home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13093 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: howland.reston.ans.net!psinntp!psinntp!psinntp!psinntp!usenet
  2. From: grantp@usa.pipeline.com(Pete Grant)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: GNU C++ needs -I path. What's wrong?
  5. Date: 23 Mar 1996 13:52:40 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4j0vn8$l55@news1.h1.usa.pipeline.com>
  8. References: <4j0elv$3fl$1@sydney.DIALix.oz.au>
  9. NNTP-Posting-Host: 38.8.60.7
  10. X-PipeUser: grantp
  11. X-PipeHub: usa.pipeline.com
  12. X-PipeGCOS: (Pete Grant)
  13. X-Newsreader: Pipeline v3.5.0
  14.  
  15. On Mar 23, 1996 20:01:51 in article <GNU C++ needs -I path. What's wrong?>,
  16. 'sad@sydney.DIALix.oz.au (John Heenan)' wrote: 
  17.  
  18.  
  19. >I need to tell GNU C++ where the C++ include files are under Linux 
  20. >with GNU C/C++ installed from binaries of Slackware 3.0 distribution. 
  21. >For example the following will not work: 
  22. >g++ -o test test.cc 
  23. >whereas the following will: 
  24. >g++ -I /usr/lib/g++-include -o test test.cc 
  25.       ^^^ 
  26. Omit the space.  Works on Unix, I don't know about Linux. 
  27.  
  28. -- 
  29. Pete Grant 
  30. Kalevi, Inc. 
  31. Software Engineering & development
  32.